home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Src / ccc.h < prev    next >
C/C++ Source or Header  |  1993-02-02  |  161b  |  6 lines

  1. extern LispObject Fn_eq(LispObject*);
  2. extern LispObject Fn_equal(LispObject*);
  3. extern LispObject Fn_copy(LispObject*);
  4.  
  5. extern void initialise_ccc(LispObject*);
  6.